Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

BLZG-2083 str() produces NotMaterializedException when using group by/sample#28

Open
igor-kim wants to merge 1 commit intoblazegraph:masterfrom
maginfo-team:BLZG2083
Open

BLZG-2083 str() produces NotMaterializedException when using group by/sample#28
igor-kim wants to merge 1 commit intoblazegraph:masterfrom
maginfo-team:BLZG2083

Conversation

@igor-kim
Copy link
Copy Markdown
Contributor

@igor-kim igor-kim commented Nov 9, 2016

NotMaterializedException can be thrown by a function referenced in group by, to avoid that all variables referenced in group by expressions should be materialized, as MemoryGroupByOp needs real IVs. To avoid excessive adding of unneeded variables, varMap is provided as a reference of variables which might need materialization.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant